-
Notifications
You must be signed in to change notification settings - Fork 716
[ignore] #2861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
[ignore] #2861
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 332dd9e. Signed-off-by: Johann Fischer <[email protected]>
…rds" This reverts commit 0aec2f2. Signed-off-by: Johann Fischer <[email protected]>
…xt-flash" This reverts commit cb87e13. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 7716480. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit bbb5ec0. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 6a76af1. Signed-off-by: Johann Fischer <[email protected]>
…UBoot" This reverts commit 71ba9b7. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit d3f5407. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 17b5fab. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 4c864a3. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 02eb16b. Signed-off-by: Johann Fischer <[email protected]>
…ching" This reverts commit 360d107. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit a4bd5a4. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 6692263. Signed-off-by: Johann Fischer <[email protected]>
… overlay" This reverts commit 5336bb3. Signed-off-by: Johann Fischer <[email protected]>
…LTIN info" This reverts commit 7349c61. Signed-off-by: Johann Fischer <[email protected]>
…PARTITION_MANAGER" This reverts commit deb2aa8. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit f1cb6df. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 584c022. Signed-off-by: Johann Fischer <[email protected]>
…NABLED" This reverts commit 0935cf2. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 3191308. Signed-off-by: Johann Fischer <[email protected]>
…NO=n" This reverts commit 7c789f5. Signed-off-by: Johann Fischer <[email protected]>
… config" This reverts commit 5fffb08. Signed-off-by: Johann Fischer <[email protected]>
…age config" This reverts commit e3b083e. Signed-off-by: Johann Fischer <[email protected]>
…er happy" This reverts commit d7c8b1a. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 42168a2. Signed-off-by: Johann Fischer <[email protected]>
…ion" This reverts commit c095144. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 5afdd32. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit f98ad62. Signed-off-by: Johann Fischer <[email protected]>
…lected" This reverts commit 703e828. Signed-off-by: Johann Fischer <[email protected]>
Events used in `call.c` should've been defined as static. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit 52f8340)
Applied as noup because of conflicts. Upstream PR #: 89333 Add an IPC service API for triggering updates of the Nordic IRONside SE firmware using the IRONside call module. Co-authored-by: Håkon Amundsen <[email protected]> Signed-off-by: Jonathan Nilsen <[email protected]> (cherry picked from commit cd4c148)
Upstream PR #: 89333 Enable the cpusec_bellboard by default for the cpuapp iron board variant so that IPC toward the secure domain is available by default. Because IPC is needed to boot the radio core, this fits the standard use case. Signed-off-by: Jonathan Nilsen <[email protected]> (cherry picked from commit e09a30c)
…pdate service Add a sample demonstrating how to use the IRONside update service to update the IRONside SE firmware on the nrf54h20dk/nrf54h20/cpuapp/iron board. Upstream PR #: 89333 Co-authored-by: Håkon Amundsen <[email protected]> Signed-off-by: Jonathan Nilsen <[email protected]> (cherry picked from commit a23ecf423aee9564de4972ee6f849f3a98670e2d)
…o 26 The tx-en-settle-time-us is set to 26 to take into account the time needed for the RF output power rise time of the nRF5 SoC. Signed-off-by: Andrzej Kuros <[email protected]> (cherry picked from commit 024deb4)
…XTO during restart Some SoCs generates unexpected RXTO event during restart. Restart happens when ENDRX_STARTRX short is enabled and STOPRX is triggered (via short or by CPU). STOPRX starts closing procedure and ENDRX event is generated at some point which triggers STARTRX and closing procedure is interrupted. RXTO should not be triggered in that case. Due to internal timings some SoC on fast UARTE instance will trigger RXTO followed by RXSTARTED. This RXTO event shall be cleared as receiver is actually restarted and not stopped. Affected SoC is not in tree so Kconfig is added which enables the workaround. Upstream PR #: 88935 Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 2742e46)
…nect#292 Pull in zephyrproject-rtos/hal_nordic#292. Signed-off-by: Carles Cufi <[email protected]> (cherry picked from commit c5033a2)
…, not select Turn the MBEDTLS_RSA_FULL selects into depends on. This is how the other MBEDTLS_KEY_EXCHANGE_* Kconfig options are defined. This is done to avoid circular dependencies. At the same time update uses of the affected MBEDTLS_KEY_EXCHANGE_* Kconfig options to enable/disable the dependencies which used to be automatically handled. Upstream PR #: 89200 Signed-off-by: Tomi Fontanilles <[email protected]> (cherry picked from commit deacfa35eb7bd9d2731ef7f16aedc9b14d1cc3b7)
Update the casting of the 'attr' parameter in pthread_cond_init to use the correct variable name 'att'. Thanks clang for spotting the typo. Signed-off-by: Benjamin Cabé <[email protected]> (cherry picked from commit f412cc6)
Fix ethernet_hw_caps initialization in ethernet.h for strict type checking. g++-12: include/zephyr/net/ethernet.h:957:38: error: invalid \ conversion from 'int' to 'ethernet_hw_caps' [-fpermissive] Signed-off-by: Daniel Nicoletti <[email protected]> (cherry picked from commit b4f940d)
…for ZLL BT_TICKER_LAZY_GET is a ZLL only kconfig and should not be selected for other controllers. Upstream PR #: 89249 Signed-off-by: Timothy Keys <[email protected]> (cherry picked from commit d82bf446937522690e02ae9a9ce4e652db0b8bb0)
…TO_PRNG PSA Crypto API always allow psa_generate_random() to be called (i.e. there is no PSA_WANT_xxx symbol that can be used to disable it). How random numbers are generated internally is a library internal detail, but the end user (Bluetooth) does not need to worry about this. Signed-off-by: Valerio Setti <[email protected]> (cherry picked from commit 52dcb25)
Replace `CONFIG_NET_L2_IEEE802154` with `CONFIG_NET_L2_PHY_IEEE802154` as `NET_LINK_ADDR_MAX_LENGTH` should be set to `8` for all IEEE 802.15.4 based L2, e.g. OpenThread. Signed-off-by: Adrian Gielniewski <[email protected]> (cherry picked from commit 39e051f)
…ning Theoretically (if either `height` or `width` in `config` is set to 0), the `ret` variable might be returned from `st7567_clear()` without being initialized. Add initialization of this variable to avoid compiler warnings. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit fee8edd)
…culations. Code responsible for internal capacitor values containted leftover workarounds in the calculations after PS update. Removed redundant conversions and cleaned up both code and comments to align both LFXO and HFXO calculation. Signed-off-by: Michał Stasiak <[email protected]> (cherry picked from commit 63f2fe9)
Adopt to proper Path usage for nrf modules Updated for upmerge. nrf-squash! [nrf noup] ci: set `ZEPHYR_<MODULE_NAME>_KCONFIG` for NCS modules Signed-off-by: Carles Cufi <[email protected]> Signed-off-by: Torsten Rasmussen <[email protected]>
Remove CONFIG_PINCTRL. nrf-squash! [nrf noup] boards: nordic: nrf7002dk: Bring back NS variants Signed-off-by: Johann Fischer <[email protected]>
…t_config The nRF GPIO hardware does not store the initial output value set resulting from gpio_pin_configure() and thus, when gpio_get_config() is used, the initial value is not returned. This commit just reads the output value and sets the INIT value to match in gpio_get_config(). Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit 0826996)
nRF7120 PDK support that uses IPC as comms b/w APP and Wi-Fi domains. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 3953bb9)
Set static or random MAC before calling net_linkaddr_set(). Signed-off-by: Seppo Takalo <[email protected]> (cherry picked from commit 673853a)
This reverts commit 5386a64. Issue is no longer relevant. Simplify use of board by restoring enabling secure ipc by default. Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit 89ba317)
This reverts commit 65bc4d9. Signed-off-by: Carles Cufi <[email protected]>
Necessary changes for NCS CI. - Add a Jenkinsfile - Add a commit-tags workflow: This enables sauce tag checking in sdk-zephyr - compliance.yml: Disable check for merge commits, since we have upmerges downstream. Also, since in the code we refer to Kconfig symbols that are defined in the sdk-nrf repository, the Kconfig checks ((SysBuild)Kconfig, (SysBuild)KconfigBasic and (SysBuild)KconfigBasicNoModules) will not pass so exclude them. Also, disable any maintainers-related checks - scripts/gitlint: Extend the max commit line lengths for Gitlint to account for sauce tags - Adapt to the changes in: nrfconnect/action-commit-tags#4 Signed-off-by: Carles Cufi <[email protected]> Signed-off-by: Dominik Ermel <[email protected]> Signed-off-by: Martí Bolívar <[email protected]> Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> Signed-off-by: Krishna T <[email protected]> Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 6692263)
Adds symbols used in NCS to the sysbuild Kconfig allow list Signed-off-by: Jamie McCrae <[email protected]>
Fix bug introduced in 46a262f where the fie.index field was expected to be incremented by the driver, while it is the responsibility of the caller to increment it. Fixes #89663 Signed-off-by: Josuah Demangeon <[email protected]>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix bug introduced in 46a262f where the fie.index field was expected to be incremented by the driver, while it is the responsibility of the caller to increment it.
Fixes #89663